Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 1 addition & 6 deletions LDK/api-src/org/labkey/api/ldk/ExtendedSimpleModule.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013 LabKey Corporation
* Copyright (c) 2015-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,11 +26,6 @@
import org.springframework.context.ApplicationContextAware;
import org.springframework.web.servlet.mvc.Controller;

/**
* User: bimber
* Date: 2/6/13
* Time: 6:26 PM
*/
public class ExtendedSimpleModule extends SimpleModule
{
@Override
Expand Down
7 changes: 1 addition & 6 deletions LDK/api-src/org/labkey/api/ldk/LDKService.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2014 LabKey Corporation
* Copyright (c) 2015-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,11 +28,6 @@
import java.util.List;
import java.util.Map;

/**
* User: bimber
* Date: 11/4/12
* Time: 3:48 PM
*/
abstract public class LDKService
{
static LDKService instance;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2014 LabKey Corporation
* Copyright (c) 2019-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -21,11 +21,6 @@
import org.labkey.api.security.permissions.AdminPermission;
import org.labkey.api.security.permissions.Permission;

/**
* User: bimber
* Date: 7/14/13
* Time: 4:05 PM
*/
public class ShowBulkEditButton extends SimpleButtonConfigFactory
{
protected String _schemaName;
Expand Down
7 changes: 1 addition & 6 deletions LDK/api-src/org/labkey/api/ldk/buttons/ShowEditUIButton.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2019 LabKey Corporation
* Copyright (c) 2021-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -24,11 +24,6 @@

import java.util.Map;

/**
* User: bimber
* Date: 7/14/13
* Time: 4:05 PM
*/
public class ShowEditUIButton extends SimpleButtonConfigFactory
{
protected String _schemaName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LabKey Corporation
* Copyright (c) 2015-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,11 +29,6 @@
import java.text.DateFormat;
import java.text.SimpleDateFormat;

/**
* User: bimber
* Date: 1/7/14
* Time: 5:30 PM
*/
abstract public class AbstractNotification implements Notification
{
private final Module _owner;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2013 LabKey Corporation
* Copyright (c) 2015-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -23,11 +23,6 @@
import org.labkey.api.security.User;
import org.labkey.api.util.MailHelper;

/**
* User: bbimber
* Date: 7/14/12
* Time: 2:53 PM
*/
public interface Notification
{
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013 LabKey Corporation
* Copyright (c) 2015-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,11 +18,6 @@
import org.labkey.api.data.Container;
import org.labkey.api.security.User;

/**
* User: bimber
* Date: 9/23/13
* Time: 9:05 PM
*/
public interface NotificationSection
{
String getMessage(Container c, User u);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2014 LabKey Corporation
* Copyright (c) 2015-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -25,11 +25,6 @@
import java.util.List;
import java.util.Set;

/**
* User: bimber
* Date: 12/19/12
* Time: 3:19 PM
*/
abstract public class NotificationService
{
static NotificationService _instance;
Expand Down
15 changes: 15 additions & 0 deletions LDK/api-src/org/labkey/api/ldk/security/DataAdminPermission.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (c) 2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.labkey.api.ldk.security;

import org.labkey.api.security.permissions.AbstractPermission;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2019 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -52,11 +52,6 @@
import java.util.Set;
import java.util.concurrent.Callable;

/**
* User: bimber
* Date: 4/2/13
* Time: 2:54 PM
*/
abstract public class AbstractDataDefinedTable<SchemaType extends UserSchema> extends CustomPermissionsTable<SchemaType>
{
protected String _pk;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2019 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,11 +29,6 @@
import java.util.HashMap;
import java.util.Map;

/**
* User: bimber
* Date: 1/8/14
* Time: 11:06 AM
*/
abstract public class AbstractTableCustomizer implements TableCustomizer
{
protected static final Logger _log = LogManager.getLogger(AbstractTableCustomizer.class);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2015 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -27,8 +27,6 @@

/**
* Used to wire up customized buttons to standard LabKey data grids, like QueryWebPart will render.
* User: bimber
* Date: 5/5/13
*/
public interface ButtonConfigFactory
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2019 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2019 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/api-src/org/labkey/api/ldk/table/QueryCache.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2017 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/api-src/org/labkey/api/ldk/table/SharedDataTable.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2019 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2015 LabKey Corporation
* Copyright (c) 2023-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -33,10 +33,6 @@
import java.util.List;
import java.util.function.Supplier;

/**
* User: bimber
* Date: 5/5/13
*/
public class SimpleButtonConfigFactory implements ButtonConfigFactory
{
private final Module _owner;
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/DistinctUsersByMonth.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/SiteUsageByDay.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2011 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/SiteUsageByGroup.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2011 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/SiteUsageByHour.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/SiteUsageByMonth.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2011 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/SiteUsageByUser.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/core/SiteUsagePerGroup.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2011 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/ldk/dateRange.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2013 LabKey Corporation
* Copyright (c) 2014-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion LDK/resources/queries/ldk/monthRange.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2013 LabKey Corporation
* Copyright (c) 2014-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012 LabKey Corporation
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
5 changes: 5 additions & 0 deletions LDK/resources/schemas/dbscripts/postgresql/ldk-0.02-12.30.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
CREATE TABLE ldk.notificationrecipients (
rowid serial,
notificationtype varchar(200),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
CREATE TABLE ldk.ldapSyncMap (
rowid serial,
provider varchar(1000),
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/*
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
DROP TABLE ldk.notificationtypes;
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
-- @SkipOnEmptySchemasBegin
INSERT INTO ldk.integers (value) VALUES (101);
INSERT INTO ldk.integers (value) VALUES (102);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
--used to provide a natural sort of data
--adapted from:
--http://2kan.tumblr.com/post/361326656/postgres-natural-ordering
Expand Down
Loading
Loading